home *** CD-ROM | disk | FTP | other *** search
- //begin_lib <!-- Begin External JavaScript -- DO NOT REMOVE THIS LINE -->
-
- function jsQuickLink(){
- this.SelObject = null;
- this.Target = "self";
- this.Navigate = ql_Navigate;
- }
-
- function ql_Navigate(){
- if(this.SelObject){
- var uArray = this.SelObject.options[this.SelObject.selectedIndex].value.split(",");
- var ql_url = uArray[0];
- this.Target = uArray[1] ? uArray[1] : "self";
- if(ql_url){
- eval("parent."+this.Target).location = ql_url;
- }
- }else{
- alert("Error: SelObject property value is invalid!");
- }
- }
-
- //end_lib <!-- End External JavaScript -- DO NOT REMOVE THIS LINE -->
-